home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 July / Amiga Games 1996 #7.iso / archive / userbox / publicdomain / muispell.lha / MUISpell / Source / GuiExtern.h < prev    next >
C/C++ Source or Header  |  1996-03-28  |  3KB  |  51 lines

  1. /***************************************************************************
  2. *                                                                                                    *
  3. *    MUISpell                                                                                    *
  4. *    Spellchecking without texteditor, requires AlphaSpell and MUI            *
  5. *    Copyright (C) 1996  Dirk Holtwick                                                    *
  6. *                                                                                                    *
  7. *    This program is free software; you can redistribute it and/or modify    *
  8. *    it under the terms of the GNU General Public License as published by    *
  9. *    the Free Software Foundation; either version 2 of the License, or        *
  10. *    (at your option) any later version.                                                *
  11. *                                                                                                    *
  12. *    This program is distributed in the hope that it will be useful,            *
  13. *    but WITHOUT ANY WARRANTY; without even the implied warranty of            *
  14. *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            *
  15. *    GNU General Public License for more details.                                    *
  16. *                                                                                                    *
  17. *    You should have received a copy of the GNU General Public License        *
  18. *    along with this program; if not, write to the Free Software                *
  19. *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                    *
  20. *                                                                                                    *
  21. *      Author:   Dirk Holtwick                                                                *
  22. *                    Karlstr. 59                                                                    *
  23. *                    47119 Duisburg                                                                *
  24. *                    GERMANY                                                                        *
  25. *                    dirco@uni-duisburg.de                                                    *
  26. *                                                                                                    *
  27. ****************************************************************************/
  28.  
  29. extern ULONG do_learn( struct Hook *, void *, APTR );
  30. extern ULONG do_goon( struct Hook *, void *, APTR );
  31. extern ULONG do_back( struct Hook *, void *, APTR );
  32. extern ULONG do_change( struct Hook *, void *, APTR );
  33. extern ULONG do_lvaccept( struct Hook *, void *, APTR );
  34. extern ULONG do_load( struct Hook *, void *, APTR );
  35. extern ULONG do_save( struct Hook *, void *, APTR );
  36. extern ULONG do_saveas( struct Hook *, void *, APTR );
  37. extern ULONG do_ignore( struct Hook *, void *, APTR );
  38. extern ULONG do_guess( struct Hook *, void *, APTR );
  39. extern ULONG do_accept( struct Hook *, void *, APTR );
  40. extern ULONG do_save_prefs( struct Hook *, void *, APTR );
  41. extern ULONG do_use_prefs( struct Hook *, void *, APTR );
  42. extern ULONG do_cancel_prefs( struct Hook *, void *, APTR );
  43. extern ULONG do_ignore( struct Hook *, void *, APTR );
  44. extern ULONG do_editdist( struct Hook *, void *, APTR );
  45. extern ULONG do_books( struct Hook *, void *, APTR );
  46. extern ULONG do_bookstart( struct Hook *, void *, APTR );
  47. extern ULONG do_drawer( struct Hook *, void *, APTR );
  48. extern ULONG do_line( struct Hook *, void *, APTR );
  49. extern ULONG do_popup( struct Hook *, void *, APTR );
  50.  
  51.